libical: update to 3.0.20
authorTil Kaiser <[email protected]>
Fri, 20 Jun 2025 11:03:21 +0000 (13:03 +0200)
committerJosef Schlehofer <[email protected]>
Mon, 23 Jun 2025 06:50:18 +0000 (08:50 +0200)
Update libical to the latest 3.0.20 version,
refreshing the single patch in the progress.

Signed-off-by: Til Kaiser <[email protected]>
libs/libical/Makefile
libs/libical/patches/001-disable-icu-and-bdb-support.patch

index bbc83d95fa034dca4e055a39e1d4c2506a63aa63..af29d3a563e0194fa713288e3f4d921d8dea104f 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libical
-PKG_VERSION:=3.0.9
-PKG_RELEASE:=2
+PKG_VERSION:=3.0.20
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=bd26d98b7fcb2eb0cd5461747bbb02024ebe38e293ca53a7dfdcb2505265a728
+PKG_HASH:=e73de92f5a6ce84c1b00306446b290a2b08cdf0a80988eca0a2c9d5c3510b4c2
 PKG_SOURCE_URL:=https://github.com/libical/libical/releases/download/v$(PKG_VERSION)/
 
 PKG_MAINTAINER:=Jose Zapater <[email protected]>
index 204ed3d56e1617d50dbec646037ceff52065c6ef..aa95a5d41e684a6653051c41529aad6f9984c4ff 100644 (file)
@@ -1,18 +1,18 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -192,7 +192,6 @@ endif()
- # libicu is highly recommended for RSCALE support
- #  libicu can be found at http://www.icu-project.org
- #  RSCALE info at https://tools.ietf.org/html/rfc7529
--find_package(ICU)
+@@ -211,7 +211,6 @@ if(NOT DEFINED ENV{ICU_ROOT} AND APPLE)
+   #Use the homebrew version. MacOS provided ICU doesn't provide development files
+   set(ICU_ROOT "/usr/local/opt/icu4c")
+ endif()
+-find_package(ICU COMPONENTS uc i18n data)
  set_package_properties(ICU PROPERTIES
    TYPE RECOMMENDED
    PURPOSE "For RSCALE (RFC7529) support"
-@@ -216,7 +215,6 @@ if(ICU_I18N_FOUND)
+@@ -253,7 +252,6 @@ if(NOT "$ENV{BerkeleyDB_ROOT_DIR}")
+     set(BerkeleyDB_ROOT_DIR "/usr/local/opt/berkeley-db")
+   endif()
  endif()
- # compile in Berkeley DB support
--find_package(BDB)
- set_package_properties(BDB PROPERTIES
+-find_package(BerkeleyDB)
+ set_package_properties(BerkeleyDB PROPERTIES
    TYPE OPTIONAL
    PURPOSE "For Berkeley DB storage support"